golang.org/x/net/http2.bufferedWriter.bw (field)

8 uses

	golang.org/x/net/http2 (current package)
		http2.go#L263: 	bw          *bufio.Writer // non-nil when data is buffered
		http2.go#L289: 	if w.bw == nil {
		http2.go#L292: 	return w.bw.Available()
		http2.go#L296: 	if w.bw == nil {
		http2.go#L299: 		w.bw = bw
		http2.go#L301: 	return w.bw.Write(p)
		http2.go#L305: 	bw := w.bw
		http2.go#L312: 	w.bw = nil